The source code text of a piece of software and its object code text should be seen as one work. 同一程序的源文本和目标文本应当视为同一作品。
But in an application virtualization environment, the object code is interpreted within an abstract machine to provide the execution. 但是在一个应用程序虚拟化环境中,对象代码在一个抽象机器内经过解译,以便于执行。
Through a compilation process, this high-level code is compiled into an intermediate representation called object code. 通过一个编译过程,该高级代码被编译成一个名为对象代码的中间表示。
To splice a kernel, you must have its source code, the set of patches you want to apply, and a compiler capable of isolating each function and data structure in the kernel in its own section in the object code. 要想拼接内核,必须有内核的源代码、希望应用的补丁以及编译器,编译器必须能够在对象代码中把内核中的每个函数和数据结构隔离在它们各自的部分中。
Virtually the entire kernel remains unchanged, save for the new object code and a few instructions to redirect the function calls. 实际上,整个内核没有变,只是增加了新的对象代码和几个函数调用重定向指令。
In the business object code, it is very difficult to understand the format of the business data structure that is being manipulated ( that is, the data model is hidden from the business code.). 在业务对象代码中,很难了解要操作的业务数据结构的格式(也就是,对业务代码隐藏了数据模型)。
In a non-virtualized environment, this object code ( which is machine independent) is compiled into the native machine code for execution on the physical platform. 在一个非虚拟化环境中,该对象代码(独立于机器)被编译成要在物理平台上执行的本机代码。
A file containing object code that is ready for execution on the target. 一个包含准备在目标机上运行的目标代码的文件。
All that remains is to place the object code into a ROM or download it via a debugging tool. 放置目标代码到ROM中或通过调试工具下载。
Research and design of embedded software object code simulation test platform 嵌入式软件目标码仿真测试平台的研究与设计
The compiler can compile Java source files, class files, or even entire jar files to object code. 其编译器可以将Java源文件、类文件、甚至是整个jar文件编译成目标码。
A file containing object code. 包含目标代码的文件。
Design and Analysis the Key Technologies of Packing Using by Object Code Obfuscation 目标代码混淆加壳关键技术的设计与分析
A breakpoint that are inserted in object code to cause a branch to a debug program at proper times and places. 在目的代码中安插的断点,使得执行在适当的时间和位置上转向查错程序。
Embedded software that is stored as object code within a ROM. This name is most common among the users of digital signal processors. 是作为目标代码存贮在ROM中的嵌入式软件。这个名字在数字信号处理器的用户中相当流行。
A compiler that runs on a different platform than the one for which it produces object code. 一个运行在不同的平台上的编译器,其中之一能产生目标代码。
A set of processor-readable opcodes and data. The output of compilers, assemblers, linkers, and locators are files containing object code. 处理器能读的操作码和数据。编译器、编器、接器和定位器的输出文件都含有目标代码。
If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. 如果你以编译过的或以对象程序代码的形式散布此软件的任何部分,你可能只能发布遵循此授权条款的方式包含在你的散布中。
The terse syntax is attractive to professional programmer, and the compilers generate very deficient object code. C语言简洁的语法对专业编程人员很有吸引力,而且它的编译程序能够产生高效的目标代码。
A cross-compiler runs on a host computer and produces object code for the target. 交叉编译器在主机上运行并且产生目标机的目标代码。
The interpreter converts your source program into object code as it is needed. 根据需要,解释程序能将你所编写的源程序转换为结果代码。
The output of compilers, assemblers, linkers, and locators are files containing object code. 编译器、汇编器、连接器和定位器的输出文件都含有目标代码。
Computer programs include source code programs and object code programs. The source code text of a piece of software and its object code text should be seen as one work. 计算机程序包括源程序和目标程序。同一程序的源文本和目标文本应当视为同一作品。设计、生产计算机的技术,也包括编写计算机程序。
You may make a single copy of the products in object code form for archival or backup purposes. 您可以为存档或备份的目的以目标代码的形式制作产品的一份复制品。
But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product ( for example, the work has been installed in ROM). 但是如果您或者任何第三方组织都没有保留在用户产品上安装修改过的目标码的能力(比如程序被安装在了ROM上),那麽这项要求不会生效。
A printout giving instructions and narrative as originally prepared and the object code resulting from them. 原编写的指令和注解说明以及由此得到的目的代码的打印输出。
HI-TECH's PRO compiler automatically preserves all the relationships between the object code and the original C-code, enabling the quick and simple debugging of optimized code. HI-TECHPRO编译器能够自动保存对象代码和原始C代码之间的所有关系,从而实现对最优化代码快速且简单的调试。
Object code ( Object language): Machine code, as translated from a source program. 目标代码(目标语言):由主程式编译而成的机器代码。
OBJECT CODE: Term synonymous with machine code. 目标代码:机器代码的同义术语。
Object code is code output from a compiler or assembler. 目标码是指由编译程序或汇编程序加工输出的代码。